home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global advance, mnv, ppl
- if getAt(mnv, 1) > 1 then
- set the memberNum of sprite getAt(ppl, 1) to member(the memberNum of sprite getAt(ppl, 1) + 1, 2)
- setAt(mnv, 1, getAt(mnv, 1) - 1)
- else
- set the member of sprite getAt(ppl, 1) to member(1, 2)
- end if
- if (advance = 13) or (advance = 14) then
- foemov(76, 77, 87, 94, 95, 8, 5, 2, 2, 1, 10, 3)
- foemov(103, 104, 116, 122, 123, 13, 7, 3, 3, 2, 9, 5)
- strata2(3)
- else
- if advance = 15 then
- foemov(261, 262, 271, 280, 287, 16, 5, 4, 4, 3, 10, 6)
- strata2(3)
- else
- if (advance = 16) or (advance = 17) then
- foemov(261, 262, 271, 280, 287, 16, 5, 4, 4, 3, 10, 6)
- foemov(103, 104, 116, 122, 123, 13, 7, 3, 3, 2, 9, 5)
- strata2(3)
- else
- strata2(3)
- end if
- end if
- end if
- end
-